ValidatorList
Description
The ValidatorList property is a special property and as the name idicates, it is used for validation purposes, e.g. validating an input value.
Feature | Value |
---|---|
Theme injectable | - |
Possible Inputs | A-Z , a-z , 0-9 , Special characters |
Comparison Elements
value
Represents the value the input is compared to, based on the chosen comparator.
comparator
A chosen operation that is the criteria of a comparison between two values. It can be set as:
=
!=
>
>=
<
<=
match
not match
empty
not empty
min-length
max-length
error message
If the comparison fails, this error message will be shown.
Multiple comparisons can be created!
Occurrences
Detail Panel
Inside the Detail Panel a dedicated picker can be found to create validation conditions.
@Note insert image here
An unlimited amount of entries can be created there. All entries can be switched in order and can adjusted immediately. You have to specify anything besides the error message which is optional.